334f605bde
Moving the port mapping to override file makes it possible to easy use an reverse proxy for production. This is necessary because it is not possible to remove a property with an override file. See https://docs.docker.com/compose/extends/#understanding-multiple-compose-files Resolves: #51
7 lines
69 B
YAML
7 lines
69 B
YAML
version: '3.3'
|
|
services:
|
|
|
|
zammad-nginx:
|
|
ports:
|
|
- "80:80"
|