We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 285e0e3 commit 8187065Copy full SHA for 8187065
docker-compose.override.yml
@@ -2,7 +2,7 @@ version: '3.8'
2
3
services:
4
frontend:
5
- image: docker pull ghcr.io/modsetter/surfsense_ui:latest
+ image: ghcr.io/modsetter/surfsense_ui:latest
6
ports:
7
- "${FRONTEND_PORT:-3000}:3000"
8
volumes:
@@ -14,7 +14,7 @@ services:
14
- NEXT_PUBLIC_API_URL=${NEXT_PUBLIC_API_URL:-http://backend:8000}
15
16
backend:
17
- image: docker pull ghcr.io/modsetter/surfsense_backend:latest
+ image: ghcr.io/modsetter/surfsense_backend:latest
18
19
- "${BACKEND_PORT:-8000}:8000"
20
0 commit comments