change mounts

This commit is contained in:
2024-05-31 12:57:02 -05:00
parent 66e89c4643
commit 4ccc6981f7
4 changed files with 7 additions and 7 deletions

View File

@@ -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

View File

@@ -21,4 +21,4 @@ volumes:
driver_opts:
type: none
o: bind
device: /opt/tailscale
device: /opt/containers/tailscale

View File

@@ -34,4 +34,4 @@ volumes:
driver_opts:
type: none
o: bind
device: /opt/technitium/config
device: /opt/containers/technitium/config

View File

@@ -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