update images
This commit is contained in:
parent
18fc28f2c5
commit
d283d85985
|
@ -1,7 +1,7 @@
|
||||||
version: "3"
|
version: "3"
|
||||||
services:
|
services:
|
||||||
postal:
|
postal:
|
||||||
image: catdeployed/postal:latest
|
image: catdeployed/postal:alpine
|
||||||
container_name: postal
|
container_name: postal
|
||||||
command: run
|
command: run
|
||||||
ports:
|
ports:
|
||||||
|
@ -38,7 +38,7 @@ services:
|
||||||
image: nginx
|
image: nginx
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:80:80
|
- 0.0.0.0:80:80
|
||||||
links:
|
links:
|
||||||
- postal
|
- postal
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version: "3"
|
version: "3"
|
||||||
services:
|
services:
|
||||||
postal:
|
postal:
|
||||||
image: catdeployed/postal:latest
|
image: catdeployed/postal:ubuntu
|
||||||
container_name: postal
|
container_name: postal
|
||||||
command: run
|
command: run
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user