Skip to content

Commit dbf6eea

Browse files
committed
New version
1 parent b2e6055 commit dbf6eea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/.DS_Store

0 Bytes
Binary file not shown.

docker/docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22

33
services:
44
app:
5-
container_name: PYTHON_APP
5+
container_name: PYTHON_APP_DOCKER
66
env_file:
77
- .env
88
build:
@@ -23,7 +23,7 @@ services:
2323
mysql:
2424
platform: linux/x86_64
2525
image: mysql:8.0.27
26-
container_name: MYSQL_DB
26+
container_name: MYSQL_DB_DOCKER
2727
restart: unless-stopped
2828
environment:
2929
MYSQL_DATABASE: ${DB_DATABASE}

0 commit comments

Comments
 (0)