diff --git a/hosts/ps08rp/gitea/docker-compose.yml b/hosts/ps08rp/gitea/docker-compose.yml index 29afc4946..6163413c8 100644 --- a/hosts/ps08rp/gitea/docker-compose.yml +++ b/hosts/ps08rp/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/ps08rp/tailscale/docker-compose.yml b/hosts/ps08rp/tailscale/docker-compose.yml index 85fa275e8..e7f97b5a6 100644 --- a/hosts/ps08rp/tailscale/docker-compose.yml +++ b/hosts/ps08rp/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/ps08rp/technitium/docker-compose.yaml b/hosts/ps08rp/technitium/docker-compose.yaml index 8d51f1294..7bfa03737 100644 --- a/hosts/ps08rp/technitium/docker-compose.yaml +++ b/hosts/ps08rp/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/ps08rp/traefik/docker-compose.yaml b/hosts/ps08rp/traefik/docker-compose.yaml index 4d4ec7874..3ad7ba039 100644 --- a/hosts/ps08rp/traefik/docker-compose.yaml +++ b/hosts/ps08rp/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