diff --git a/docker-compose.yml b/docker-compose.yml index 8d66c55..973f9e6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,5 @@ services: rubic-cube: - container_name: rubic-cube build: context: . dockerfile: Dockerfile @@ -12,8 +11,10 @@ services: # volumes: # - ./nginx.conf:/etc/nginx/conf.d/default.conf:ro networks: - - npm_public - - rubic-net + npm_public: + aliases: + - rubic-cube + rubic-net: networks: npm_public: