Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joszz committed Sep 8, 2022
1 parent 7b857f2 commit c501f3d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
version: "3.7"
version: "3.8"

services:
chell:
build:
context: .
dockerfile: Dockerfile
image: gotgeeks/chell:latest
ports:
- 8080:80
volumes:
- /proc:/prochost:ro
db:
image: mysql
command: --default-authentication-plugin=mysql_native_password
restart: unless-stopped
environment:
MYSQL_ROOT_PASSWORD: example
Expand Down

0 comments on commit c501f3d

Please sign in to comment.