We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 705ff68 commit 9fe8a44Copy full SHA for 9fe8a44
docker/docker-compose.yml
@@ -4,6 +4,6 @@ services:
4
web:
5
image: phpcoder/mystamps:latest
6
cap_drop:
7
- - "ALL"
+ - 'ALL'
8
ports:
9
- - "8080:8080"
+ - '8080:8080'
docker/prod.yml
@@ -34,7 +34,7 @@ services:
34
# the user specified above will be granted superuser access automatically
35
- MYSQL_DATABASE=mystamps
36
37
- - "3306:3306"
+ - '3306:3306'
38
# only for testing locally
39
#volumes:
40
# - ./mysql_backup_mystamps_20180901-003001.sql.gz:/docker-entrypoint-initdb.d/dump.sql.gz:ro
0 commit comments