fix
This commit is contained in:
parent
e22c2338d6
commit
98c3a593b9
@ -6,11 +6,10 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
# Note: those envs are customizable but also optional
|
# Note: those envs are customizable but also optional
|
||||||
- SERVER_HOST=127.0.0.1
|
|
||||||
- SERVER_PORT=8885
|
- SERVER_PORT=8885
|
||||||
- SERVER_ROOT=/app
|
- SERVER_ROOT=/public
|
||||||
volumes:
|
volumes:
|
||||||
- ./build:/app
|
- ./build:/public
|
||||||
networks:
|
networks:
|
||||||
- caddy
|
- caddy
|
||||||
labels:
|
labels:
|
||||||
|
Loading…
Reference in New Issue
Block a user