Update compose.example.yml

Network mode host is not needed for the frontend container and will only unnecessarily expose port 3000 via the host network.
This commit is contained in:
Christoph Döberl 2025-03-17 21:37:20 +01:00 committed by GitHub
parent 189c870630
commit 63a441e868
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,6 @@ services:
image: ghcr.io/yusing/godoxy-frontend:latest
container_name: godoxy-frontend
restart: unless-stopped
network_mode: host
env_file: .env
depends_on:
- app