2022-09-10 19:52:59 +00:00
|
|
|
---
|
|
|
|
version: '3'
|
|
|
|
|
2022-09-11 15:08:57 +00:00
|
|
|
# Publish a port instead of using the web network
|
2022-09-11 15:14:07 +00:00
|
|
|
networks:
|
2022-09-11 15:08:57 +00:00
|
|
|
web:
|
|
|
|
external: false
|
|
|
|
|
2022-09-10 19:52:59 +00:00
|
|
|
services:
|
|
|
|
nextcloud:
|
|
|
|
ports:
|
|
|
|
- '9000:80'
|