update images

This commit is contained in:
CatDeployed 2018-08-01 04:52:45 +02:00
parent 18fc28f2c5
commit d283d85985
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
version: "3"
services:
postal:
image: catdeployed/postal:latest
image: catdeployed/postal:alpine
container_name: postal
command: run
ports:
@ -38,7 +38,7 @@ services:
image: nginx
restart: always
ports:
- 127.0.0.1:80:80
- 0.0.0.0:80:80
links:
- postal
depends_on:

View File

@ -1,7 +1,7 @@
version: "3"
services:
postal:
image: catdeployed/postal:latest
image: catdeployed/postal:ubuntu
container_name: postal
command: run
ports: