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