Remove override file

This commit is contained in:
devNan0 2021-10-22 21:23:55 +02:00
parent a703b63cb1
commit dc61b4740b
3 changed files with 3 additions and 8 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
docker-compose-test.yml
docker-compose.override.yml

View File

@ -1,6 +0,0 @@
version: '3'
services:
zammad-nginx:
ports:
- "8080:8080"

View File

@ -48,8 +48,8 @@ services:
zammad-nginx:
command: ["zammad-nginx"]
expose:
- "8080"
ports:
- "8080:8080"
depends_on:
- zammad-railsserver
image: ${IMAGE_REPO}:zammad${VERSION}