swag.yaml 423 B

1234567891011121314151617181920212223
  1. ---
  2. version: '2'
  3. services:
  4. swag:
  5. image: linuxserver/swag
  6. container_name: swag
  7. cap_add:
  8. - NET_ADMIN
  9. environment:
  10. - PUID=1001
  11. - PGID=1001
  12. - TZ=Europe/Berlin
  13. - URL=do-test-1.the-digital-life.com
  14. - SUBDOMAINS=www
  15. - VALIDATION=http
  16. volumes:
  17. - /opt/webserver_swag/config:/config
  18. ports:
  19. - 443:443
  20. - 80:80 #optional
  21. restart: unless-stopped