mirror of
https://github.com/Kugelschieber/docker.git
synced 2026-01-18 06:40:26 +00:00
Added xampp for testing.
This commit is contained in:
11
xampp/docker-compose.yml
Normal file
11
xampp/docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
version: '3'
|
||||||
|
|
||||||
|
services:
|
||||||
|
xampp:
|
||||||
|
image: tomsik68/xampp:8
|
||||||
|
container_name: xampp
|
||||||
|
restart: always
|
||||||
|
ports:
|
||||||
|
- 8765:80
|
||||||
|
volumes:
|
||||||
|
- /home/marvin/go:/www
|
||||||
Reference in New Issue
Block a user