docker fixes

This commit is contained in:
pika 2024-06-20 23:05:51 +02:00
parent 64b0a96b4f
commit 37a155ebf2
2 changed files with 4 additions and 15 deletions

View file

@ -1,8 +1,8 @@
services:
blog-pika:
web:
restart: unless-stopped
build: .
image: nginx:alpine
ports:
- "1313:1313"
- "8080:80"
volumes:
- ./www:/app
- ./www/public:/usr/share/nginx/html:ro