From 567ea34e1bb31ddd071a0c1e72ac49b2fcd0055d Mon Sep 17 00:00:00 2001 From: alexlebens Date: Fri, 31 May 2024 12:58:09 -0500 Subject: [PATCH] change mounts --- hosts/ps09rp/gitea/docker-compose.yml | 6 +++--- hosts/ps09rp/tailscale/docker-compose.yml | 2 +- hosts/ps09rp/technitium/docker-compose.yaml | 2 +- hosts/ps09rp/traefik/docker-compose.yaml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/hosts/ps09rp/gitea/docker-compose.yml b/hosts/ps09rp/gitea/docker-compose.yml index 093cd8558..9e1a4de3c 100644 --- a/hosts/ps09rp/gitea/docker-compose.yml +++ b/hosts/ps09rp/gitea/docker-compose.yml @@ -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 diff --git a/hosts/ps09rp/tailscale/docker-compose.yml b/hosts/ps09rp/tailscale/docker-compose.yml index 5cc9a2849..a6f260c1e 100644 --- a/hosts/ps09rp/tailscale/docker-compose.yml +++ b/hosts/ps09rp/tailscale/docker-compose.yml @@ -21,4 +21,4 @@ volumes: driver_opts: type: none o: bind - device: /opt/tailscale + device: /opt/containers/tailscale diff --git a/hosts/ps09rp/technitium/docker-compose.yaml b/hosts/ps09rp/technitium/docker-compose.yaml index a730d2fc0..15ec02d77 100644 --- a/hosts/ps09rp/technitium/docker-compose.yaml +++ b/hosts/ps09rp/technitium/docker-compose.yaml @@ -34,4 +34,4 @@ volumes: driver_opts: type: none o: bind - device: /opt/technitium/config \ No newline at end of file + device: /opt/containers/technitium/config \ No newline at end of file diff --git a/hosts/ps09rp/traefik/docker-compose.yaml b/hosts/ps09rp/traefik/docker-compose.yaml index fbe1ac40e..abb2b26d2 100644 --- a/hosts/ps09rp/traefik/docker-compose.yaml +++ b/hosts/ps09rp/traefik/docker-compose.yaml @@ -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 \ No newline at end of file + device: /opt/containers/traefik/log \ No newline at end of file