Updated docker config to work on the server.

This commit is contained in:
douwe
2026-08-12 10:36:15 +00:00
parent d701b49789
commit 5a3c2228b6
4 changed files with 34 additions and 24 deletions

View File

@@ -1,10 +1,12 @@
version: '3.8'
services:
web:
wattif:
build:
context: .
dockerfile: Dockerfile
ports:
- "5000:5000"
- "5000:80"
restart: unless-stopped
volumes:
- ./nginx.conf:/etc/nginx/conf.d/default.conf