Convert to docker compose
This commit is contained in:
parent
82348ddc7c
commit
86fc7ca259
5 changed files with 22 additions and 48 deletions
13
docker-compose.yml
Normal file
13
docker-compose.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
services:
|
||||
server:
|
||||
build:
|
||||
context: docker
|
||||
dockerfile: ./docker/Dockerfile
|
||||
container_name: server
|
||||
restart: always
|
||||
volumes:
|
||||
- ./hugo/public:/usr/share/nginx/html:ro
|
||||
ports:
|
||||
- "42069:80"
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue