Skip to content

Commit

Permalink
Fix docker-compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
heiglandreas committed Dec 31, 2023
1 parent b5daa36 commit 7e8493e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
WORDPRESS_DB_NAME: "wordpress"
WORDPRESS_DB_USER: root
WORDPRESS_DB_PASSWORD: "wppasswd"
user: 33:33
user: "33:33"
depends_on:
- db
- wp
Expand Down

0 comments on commit 7e8493e

Please sign in to comment.