You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
515 B
26 lines
515 B
|
|
version: '3'
|
|
services:
|
|
www:
|
|
build:
|
|
context: ./
|
|
dockerfile: ./Dockerfile
|
|
tty: true
|
|
ports:
|
|
- 8090:80
|
|
- 8093:443
|
|
- 8099:10000
|
|
# command: '/bin/bash -c "trap : TERM INT; sleep infinity & wait"'
|
|
command: "/sbin/init --log-target=console --log-level=debug --crash-shell"
|
|
environment:
|
|
# container: docker
|
|
container: podman
|
|
# volumes:
|
|
# - /sys/fs/cgroup:/sys/fs/cgroup
|
|
# tmpfs:
|
|
# - /tmp
|
|
# - /var/run
|
|
# - /var/cache
|
|
|
|
|
|
|
|
|