Skip to content

Instantly share code, notes, and snippets.

@marek-hanzal
Created March 24, 2021 15:07
Show Gist options
  • Select an option

  • Save marek-hanzal/b418e1aa88a0458ebbe824cdfcde0a37 to your computer and use it in GitHub Desktop.

Select an option

Save marek-hanzal/b418e1aa88a0458ebbe824cdfcde0a37 to your computer and use it in GitHub Desktop.
version: '2'
services:
blackfox:
build: .
image: marekhanzal/blackfox
container_name: blackfox
hostname: blackfox
ports:
- "9088:80"
- "9022:22"
mysql:
image: mysql:5.5
hostname: mysql
environment:
MYSQL_ROOT_PASSWORD: 1234
MYSQL_DATABASE: cz_main
MYSQL_USER: exec_php_cz
MYSQL_PASSWORD: password
ports:
- "9306:3306"
volumes:
- blackfox:/var/lib/mysql
volumes:
blackfox:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment