Skip to content

Instantly share code, notes, and snippets.

@jaemyeong
Created September 14, 2019 16:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaemyeong/293674883a7a52752e350a5ad2654010 to your computer and use it in GitHub Desktop.
Save jaemyeong/293674883a7a52752e350a5ad2654010 to your computer and use it in GitHub Desktop.
sudo docker run --name wordpress \
--network {네트워크} \
-e WORDPRESS_DB_HOST={데이터베이스 호스트 이름} \
-e WORDPRESS_DB_USER={데이터베이스 유저} \
-e WORDPRESS_DB_PASSWORD={데이터베이스 비밀번호} \
-e WORDPRESS_DB_NAME={데이터베이스 이름} \
wordpress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment