소스 검색

working shit

master
Name 1 년 전
부모
커밋
1f02563158
1개의 변경된 파일6개의 추가작업 그리고 2개의 파일을 삭제
  1. +6
    -2
      docker-compose.yml

+ 6
- 2
docker-compose.yml 파일 보기

@@ -8,10 +8,14 @@ services:
- "db"
ports:
- "5000:5000"
environment:
- FLASK_ENV= production
db:
image: mysql:8.0
image: mysql:latest
restart: always
expose:
- "3306"
environment:
MYSQL_ROOT_PASSWORD: 12345
networks:
deqnqe:
deqnqe:

불러오는 중...
취소
저장