Moving containers aroung

This commit is contained in:
2022-03-08 16:43:19 +00:00
parent 49e20f8dd4
commit 139453ce2a
4 changed files with 34 additions and 34 deletions

View File

@@ -6,7 +6,7 @@ services:
container_name: homer_private
restart: unless-stopped
volumes:
- '/home/nick/configs/routing/homer:/www/assets'
- '/home/nick/configs/home/homer:/www/assets'
environment:
- UID=1000
- GID=1000
@@ -18,7 +18,7 @@ services:
container_name: homer_social
restart: unless-stopped
volumes:
- '/home/nick/configs/routing/social:/www/assets'
- '/home/nick/configs/home/social:/www/assets'
environment:
- UID=1000
- GID=1000