diff --git a/alpine/docker-compose.yml b/alpine/docker-compose.yml index 3a770c2..b454c2f 100644 --- a/alpine/docker-compose.yml +++ b/alpine/docker-compose.yml @@ -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: diff --git a/ubuntu/docker-compose.yml b/ubuntu/docker-compose.yml index 3a770c2..79b1254 100644 --- a/ubuntu/docker-compose.yml +++ b/ubuntu/docker-compose.yml @@ -1,7 +1,7 @@ version: "3" services: postal: - image: catdeployed/postal:latest + image: catdeployed/postal:ubuntu container_name: postal command: run ports: