Advertisement
astalush

Untitled

Oct 31st, 2020
373
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. docker run --name chevereto-web -d \
  2. -e PUID=1000 \
  3. -e PGID=1000 \
  4. -v /opt/chevereto:/var/www/html \
  5. --label com.github.cloudbox.cloudbox_managed=true \
  6. --network=cloudbox \
  7. --network-alias=chevereto \
  8. -e VIRTUAL_HOST=chevereto.x264.xyz \
  9. -e VIRTUAL_PORT=5000 \
  10. -e LETSENCRYPT_HOST=chevereto.x264.xyz \
  11. -e LETSENCRYPT_EMAIL=astalush@x264.xyz \
  12. --restart unless-stopped \
  13. zaywalker/chevereto:installer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement