changed docker port

This commit is contained in:
pika 2024-06-20 23:13:49 +02:00
parent 3bead4b9b4
commit 6bcbb19b4a

View file

@ -3,6 +3,6 @@ services:
restart: unless-stopped
image: nginx:alpine
ports:
- "8080:80"
- "1380:80"
volumes:
- ./www/public:/usr/share/nginx/html:ro