change mounts
This commit is contained in:
@@ -16,7 +16,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
traefik: null
|
traefik: null
|
||||||
ports:
|
ports:
|
||||||
- 22:22
|
- 2222:22
|
||||||
volumes:
|
volumes:
|
||||||
- gitea_data:/data
|
- gitea_data:/data
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
@@ -43,11 +43,11 @@ volumes:
|
|||||||
driver_opts:
|
driver_opts:
|
||||||
type: none
|
type: none
|
||||||
o: bind
|
o: bind
|
||||||
device: /mnt/data/containers/gitea/postgresql
|
device: /opt/containers/gitea/postgresql
|
||||||
|
|
||||||
gitea_data:
|
gitea_data:
|
||||||
driver: local
|
driver: local
|
||||||
driver_opts:
|
driver_opts:
|
||||||
type: none
|
type: none
|
||||||
o: bind
|
o: bind
|
||||||
device: /mnt/data/containers/gitea/data
|
device: /opt/containers/gitea/data
|
||||||
|
@@ -21,4 +21,4 @@ volumes:
|
|||||||
driver_opts:
|
driver_opts:
|
||||||
type: none
|
type: none
|
||||||
o: bind
|
o: bind
|
||||||
device: /opt/tailscale
|
device: /opt/containers/tailscale
|
||||||
|
@@ -34,4 +34,4 @@ volumes:
|
|||||||
driver_opts:
|
driver_opts:
|
||||||
type: none
|
type: none
|
||||||
o: bind
|
o: bind
|
||||||
device: /opt/technitium/config
|
device: /opt/containers/technitium/config
|
@@ -35,11 +35,11 @@ volumes:
|
|||||||
driver_opts:
|
driver_opts:
|
||||||
type: none
|
type: none
|
||||||
o: bind
|
o: bind
|
||||||
device: /opt/traefik/config
|
device: /opt/containers/traefik/config
|
||||||
|
|
||||||
log:
|
log:
|
||||||
driver: local
|
driver: local
|
||||||
driver_opts:
|
driver_opts:
|
||||||
type: none
|
type: none
|
||||||
o: bind
|
o: bind
|
||||||
device: /opt/traefik/log
|
device: /opt/containers/traefik/log
|
Reference in New Issue
Block a user