diff --git a/hosts/ps10rp/garage/compose.yaml b/hosts/ps10rp/garage/compose.yaml index c03f61717..f744d0a13 100644 --- a/hosts/ps10rp/garage/compose.yaml +++ b/hosts/ps10rp/garage/compose.yaml @@ -28,12 +28,12 @@ services: - TS_STATE_DIR=/var/lib/tailscale - TS_ENABLE_METRICS=true - TS_HOSTNAME=garage-ui-ps10rp - - TS_SERVE_CONFIG=/config/serve-ui.json + - TS_SERVE_CONFIG=/config/serve.json restart: always network_mode: service:garage-ui volumes: - tailscale-ui:/var/lib/tailscale - - ${PWD}/serve.json:/config/serve-ui.json:ro + - ${PWD}/serve-ui.json:/config/serve.json:ro devices: - /dev/net/tun:/dev/net/tun