docker-compose.yaml 96 B

1234567
  1. services:
  2. slash:
  3. build:
  4. context: .
  5. ports:
  6. - "3001:80"
  7. restart: always