gruby refaktor otyły panie
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
version: '3.7'
|
||||
|
||||
volumes:
|
||||
logs:
|
||||
driver: local
|
||||
|
||||
services:
|
||||
slim:
|
||||
image: php:7-alpine
|
||||
working_dir: /var/www
|
||||
command: php -S 0.0.0.0:8080 -t public
|
||||
environment:
|
||||
docker: "true"
|
||||
ports:
|
||||
- "8080:8080"
|
||||
volumes:
|
||||
- .:/var/www
|
||||
- logs:/var/www/logs
|
||||
Reference in New Issue
Block a user