Changed content and file structure
This commit is contained in:
parent
b032def6fe
commit
f1017e803c
11 changed files with 72 additions and 128 deletions
|
@ -1,7 +1,9 @@
|
|||
services:
|
||||
web:
|
||||
build: .
|
||||
container_name: pixelated-web
|
||||
image: nginx:latest
|
||||
container_name: web
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./:/usr/share/nginx/html
|
||||
ports:
|
||||
- '80:80'
|
||||
- '80:80'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue