Skip to content

Commit

Permalink
Добавлены имена контейнеров
Browse files Browse the repository at this point in the history
  • Loading branch information
mb0nd committed Sep 18, 2023
1 parent 29e313d commit 20350c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ volumes:
services:
db:
image: postgres:13-alpine
container_name: wg_database
container_name: wg_database
restart: "unless-stopped"
environment:
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
Expand All @@ -95,7 +95,7 @@ services:
- "pgdata:/var/lib/postgresql/data"
bot:
image: mb0nd/wg_admin_bot:latest
container_name: wg_admin_bot
container_name: wg_admin_bot
stop_signal: SIGINT
restart: "unless-stopped"
environment:
Expand Down

0 comments on commit 20350c6

Please sign in to comment.