nextcloud-container/container-compose.prod.yml

13 lines
158 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
2022-09-11 15:14:07 +00:00
networks:
web:
external: false
2022-09-10 19:52:59 +00:00
services:
nextcloud:
ports:
- '9000:80'