premik v web
This commit is contained in:
8
web/_pgexport/docker-compose.yml
Normal file
8
web/_pgexport/docker-compose.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
version: '3'
|
||||
services:
|
||||
web:
|
||||
image: nginx:latest
|
||||
ports:
|
||||
- "8080:80"
|
||||
volumes:
|
||||
- ./:/usr/share/nginx/html
|
||||
Reference in New Issue
Block a user