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