nextcloud-container/container-compose.prod.yml

13 lines
157 B
YAML
Raw Normal View History

2022-09-10 19:52:59 +00:00
---
version: '3'
# Publish a port instead of using the web network
network:
web:
external: false
2022-09-10 19:52:59 +00:00
services:
nextcloud:
ports:
- '9000:80'