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

View File

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

View File

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

View File

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