Warframe related tools
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

docker-compose.yml 216B

123456789101112131415
  1. ---
  2. version: '2'
  3. services:
  4. nginx:
  5. image: nginx:latest
  6. restart: always
  7. labels:
  8. com.chameth.vhost: 'wf.c5h.io'
  9. com.chameth.proxy: '80'
  10. volumes:
  11. - ./html:/usr/share/nginx/html:ro