Nathaniel C
2 years ago
1 changed files with 3 additions and 3 deletions
@ -1,9 +1,9 @@ |
|||||||
version: "3.9" |
version: "3.3" |
||||||
services: |
services: |
||||||
frontend: |
frontend: |
||||||
container_name: frontend-adw |
container_name: frontend-adw |
||||||
restart: unless-stopped |
restart: unless-stopped |
||||||
build: Dockerfile |
build: . |
||||||
ports: |
ports: |
||||||
- "3000:3000" |
- "3000:3000" |
||||||
stdin_open: true |
stdin_open: true |
Loading…
Reference in new issue