Use static web server

This commit is contained in:
2024-08-06 16:58:08 -03:00
parent 34838586c0
commit c1d77f8f5b
2 changed files with 2 additions and 4 deletions

View File

@ -32,8 +32,6 @@ services:
static:
image: joseluisq/static-web-server:latest
container_name: wger_static
ports:
- 9003:80
restart: unless-stopped
environment:
- SERVER_ROOT=/var/public