diff --git a/docker-compose.yml b/docker-compose.yml index 90297b4..15da113 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,12 +5,10 @@ services: landing: - image: ${LANDING_IMAGE:-git.mifi.dev/mifi-ventures/landing:latest} + image: git.mifi.dev/mifi-ventures/landing:latest container_name: mifi-ventures-landing pull_policy: always restart: unless-stopped - ports: - - "${LANDING_PORT:-8080}:80" labels: - "traefik.enable=true" - "traefik.docker.network=marina-net"