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.

10 lines
168 B

  1. version: "2"
  2. services:
  3. main:
  4. build: .
  5. container_name: "spell-warz-again"
  6. network_mode: "bridge"
  7. restart: on-failure
  8. ports:
  9. - "30311:12345"