Advertisement
Sergio_Istea

docker run

Jun 1st, 2021
706
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. docker run -d --name actualizacion.istea \
  2. -e APPSERVERNAME=actualizacion.istea \
  3. -e APPALIAS=www.actualizacion.istea \
  4. -e MYSQL_USER_PASSWORD=abc1234 \
  5. -e MYSQL_DB_NAME=wordpress \
  6. -e VIRTUAL_HOST=actualizacion.istea
  7. -v /var/www/actualizacion:/var/www/html \
  8. -p 80:80 \
  9. wordpress-image
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement