Skip to content

Commit c501f3d

Browse files
committed
Update docker-compose.yml
1 parent 7b857f2 commit c501f3d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docker-compose.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
1-
version: "3.7"
1+
version: "3.8"
22

33
services:
44
chell:
5-
build:
6-
context: .
7-
dockerfile: Dockerfile
5+
image: gotgeeks/chell:latest
86
ports:
97
- 8080:80
108
volumes:
119
- /proc:/prochost:ro
1210
db:
1311
image: mysql
14-
command: --default-authentication-plugin=mysql_native_password
1512
restart: unless-stopped
1613
environment:
1714
MYSQL_ROOT_PASSWORD: example

0 commit comments

Comments
 (0)