refactor: update Docker workflow and configuration for clarity and consistency

This commit is contained in:
2024-11-11 14:41:51 +01:00
parent d264e05d31
commit 19f8c54b57
3 changed files with 8 additions and 8 deletions

View File

@@ -19,7 +19,7 @@ services:
image: ghcr.io/vleeuwenmenno/auto-upnp:latest
network_mode: host
environment:
- PORTS=[{"port": 80, "protocol": "tcp"}, {"port": 443, "protocol": "tcp"}]
PORTS: [{"port": 80, "protocol": "tcp"}, {"port": 443, "protocol": "tcp"}]
```
### Environment Variables