Set web network to be non-external for production

This commit is contained in:
Kienan Stewart 2022-09-11 11:08:57 -04:00
parent 0fdafd7b8a
commit ffb8250e13
1 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,11 @@
---
version: '3'
# Publish a port instead of using the web network
network:
web:
external: false
services:
nextcloud:
ports: