This commit is contained in:
2026-04-14 17:02:28 +02:00
parent ed4fe4e712
commit 03f8061601
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ services:
build: ./web
restart: always
ports:
- "8001:8001"
- "80:80"
networks:
- linedance
depends_on:

View File

@@ -1,5 +1,5 @@
server {
listen 80;
listen 8001;
server_name _;
root /usr/share/nginx/html;
index index.html;