nextcloud-container/container-compose.prod.yml

13 lines
158 B
YAML

---
version: '3'
# Publish a port instead of using the web network
networks:
web:
external: false
services:
nextcloud:
ports:
- '9000:80'