diff --git a/build/docker/docker-compose.yaml b/build/docker/docker-compose.yaml index 424f2ab..d46ff98 100644 --- a/build/docker/docker-compose.yaml +++ b/build/docker/docker-compose.yaml @@ -7,7 +7,7 @@ networks: services: apiserver: image: ${APP_NAME}-apiserver:${APP_VERSION} - container_name: ${APP_NAME}/apiserver + container_name: ${APP_NAME}-apiserver restart: always build: context: ../../ @@ -24,7 +24,7 @@ services: promtail: restart: always image: grafana/promtail - container_name: ${APP_NAME}/promtail + container_name: ${APP_NAME}-promtail hostname: promtail user: root networks: @@ -38,7 +38,7 @@ services: mysql: image: mysql - container_name: ${APP_NAME}/mysql + container_name: ${APP_NAME}-mysql restart: always command: mysqld --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci networks: @@ -54,7 +54,7 @@ services: redis: restart: always image: redis - container_name: ${APP_NAME}/redis + container_name: ${APP_NAME}-redis networks: - bingo ports: