Skip to content

Commit fefba1f

Browse files
committed
Fix missing dash
1 parent c9c577e commit fefba1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
docker-wordpress-new-db:
3-
image: ${DOCKER_WORDPRESS_DB_IMAGE:-mysql}:${DOCKER_WORDPRESS_DB_VERSION:lts}
3+
image: ${DOCKER_WORDPRESS_DB_IMAGE:-mysql}:${DOCKER_WORDPRESS_DB_VERSION:-lts}
44
container_name: ${DOCKER_WORDPRESS_DB_CONTAINER_NAME}
55
restart: unless-stopped
66
deploy:

0 commit comments

Comments
 (0)