docker-compose.yml 265 B

1234567891011121314
  1. version: "3"
  2. services:
  3. anylink:
  4. image: stilleshan/anylink
  5. container_name: anylink
  6. privileged: true
  7. ports:
  8. - 443:443
  9. - 8080:8800
  10. # volumes:
  11. # - ./app/conf:/app/conf
  12. # command: -c=/app/conf/server.toml
  13. restart: always