changed swag to volume
This commit is contained in:
@@ -8,6 +8,15 @@ networks:
|
|||||||
arr:
|
arr:
|
||||||
name: arr
|
name: arr
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
nextcloud_aio_mastercontainer:
|
||||||
|
name: nextcloud_aio_mastercontainer
|
||||||
|
bitmonero:
|
||||||
|
name: bitmonero
|
||||||
|
p2pool-data:
|
||||||
|
name: p2pool-data
|
||||||
|
swag:
|
||||||
|
name: swag
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
@@ -293,7 +302,7 @@ services:
|
|||||||
image: lscr.io/linuxserver/swag:latest
|
image: lscr.io/linuxserver/swag:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/docker/configs/swag:/config
|
- swag:/config
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
@@ -331,11 +340,3 @@ services:
|
|||||||
container_name: watchtower
|
container_name: watchtower
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
|
||||||
volumes:
|
|
||||||
nextcloud_aio_mastercontainer:
|
|
||||||
name: nextcloud_aio_mastercontainer
|
|
||||||
bitmonero:
|
|
||||||
name: bitmonero
|
|
||||||
p2pool-data:
|
|
||||||
name: p2pool-data
|
|
||||||
|
|||||||
Reference in New Issue
Block a user