Fix: "host" network_mode is incompatible with port_bindings (#137)

Removed port bindings.
This commit is contained in:
Konstantin 2022-12-28 13:57:02 +03:00 committed by GitHub
parent 53a6602a64
commit 112433e87a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,4 @@
---
version: '3.6'
services:
wg-portal:
@ -14,7 +15,5 @@ services:
volumes:
- /etc/wireguard:/etc/wireguard
- ./data:/app/data
ports:
- '8123:8123'
environment:
- EXTERNAL_URL=http://localhost:8123
- EXTERNAL_URL=http://localhost:8123